react native reset cache

436

react native reset cache -

npx react-native start --reset-cache

yarn start --reset-cache -

watchman watch-del-all && rm -f yarn.lock && rm -rf node_modules && yarn && yarn start --reset-cache

Comments

Submit
0 Comments